

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	list-style: none;
	text-decoration: none;	
}

body{
	background: #e9e9e9;
	font-family: 'Roboto', sans-serif;
}

::selection{
	background-color: #002b46;
	color: #fff;
}

.wrapper{
	display: flex;
	position: relative;
}

.wrapper .sidebar{
	position: fixed;
	width: 280px;
	height: 100%;
	background: #fff;
}

.wrapper .sidebar h3{
	color: #fff;
	font-size: 22px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 0;
	padding: 20px;
	background: #05386b;
}

.wrapper .sidebar ul li{
	padding: 18px;
	border-bottom: 1px solid rgba(0,0,0,0.05);
	border-top: 1px solid rgba(225,225,225,0.05);
	font-size: 15px;
}

.wrapper .sidebar ul li a{
	color: black;
	display: block;
	padding-left: 10px;
	font-size: 14px;
	font-weight: bold;
}

.wrapper .sidebar a img{
	width: 15px;
	margin-bottom: -3px;
	margin-right: 10px;
}

.wrapper .sidebar ul li:hover{
	background:  #aeb6bf;
}


.wrapper .main_contant{
	width: 100%;
	margin-left: 280px;
}

.wrapper .main_contant .header{
	padding: 20px;
	background: #E6E6FA;
	color: red;
	font-size: 19px;
	padding-left: 80px;
	border-bottom: 1px solid #e0e4e8;
	position: sticky;
	width: 100%;
	top: 0;
}

nav{
	position: sticky;
	margin: 0px;
	top: 60px;
	width: 100%;
	background: #039ee1;
	background-repeat: repeat-x;
	box-shadow: 0 2px 3px 0 rgba(0,0,0,0.1);	
}

nav a{
	font-size: 15px;
	text-transform: uppercase;
	color: white;
	padding: 20px;
	padding-left: 40px;
	text-decoration: none;
	position: sticky;
	z-index: 1;
	display: inline-block;
	height: 20%;
	width: auto;
}

nav a:hover{
	color: #ffc107;
}

nav .animation{
	position: absolute;
	height: 57px;
	top: 0;
	z-index: 0;
	background: #4678a1;
	width: 100%; 
}

a:nth-child(1){
	width: 300px;
}

nav .start-home,a:nth-child(1):hover~.animation{
	width: 300px;
	left: 0;
}

.info{
	color: black;
	background: #fff;
	margin-left: 30px;
	margin-right: 30px;
}

.info .box{
	height: 100%;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 20px;
	font-size: 16px;
	text-align: center;
}

.info .box a{
	color: rgb(95, 155, 198);
	font-size: 25px;
	border-bottom: 2px solid rgba(26,89,120,0.9);
}
	.info .box p {
		color: black;
		font-size: 16px;
		padding-bottom:10px;
		text-align:left;
	}

.abc{
	color: black;
	background: #fff;
	margin-left: 30px;
	margin-right: 30px;
}

.abc .box{
	height: 100%;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 40px;
	font-size: 16px;
	text-align: justify;
}

.footer{
	background: #002b46;
	color: #32CD32;
	padding: 10px;
	line-height: 20px;
	position: fixed;
	text-align: center;
	width: 100%;
	font-size: 13px;
	bottom: 0;
	left: 0;
}

.footer a{
	color: #FFF;
}

.footer a:hover{
	color: #32CD32;
}

.apply{
	margin-left: 220px;
	margin-right: 220px;
	background-color: transparent;
	background-image: linear-gradient(140deg,#ebb0e7 0%,#2642D3);
}

.apply .box{
	height: 100%;
	width: 100%;
	margin-top: 50px;
	margin-bottom: 30px;
	padding: 80px;
	text-align: center;
}

.apply .box a{
	color: white;
	font-size: 60px;
	border-bottom: 3px solid #fff;
}

.login{
	margin-left: 220px;
	margin-right: 220px;
	background-color: transparent;
	background-image: linear-gradient(140deg,#ebb0e7 0%,#2642D3);
}

.login .box{
	height: 100%;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 80px;
	text-align: center;
}

.login .box a{
	color: white;
	font-size: 60px;
	border-bottom: 3px solid #fff;
}

.caption {
	width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
	font-size:30px;
}

	.caption .box {
		color: blue;
		font-size: 30px;
		border-bottom: 3px solid #fff;
		padding-bottom:15px;
	}


.info .box table {
	font-family: arial, sans-serif;
	border-collapse: separate;
	width: 100%;
}

	.info .box table td, th {
		border: 1px solid #dee2e6;
		text-align: left;
		font-size: 15px;
		padding: 8px;
	}

	.info .box table tr:nth-child(even) {
		background-color: #e6e6f2;
	}

	.info .box table a {
		font-size: 14px;
	}